github.com/refraction-networking/utls.clientHelloMsg.scts (field)

13 uses

	github.com/refraction-networking/utls (current package)
		handshake_client.go#L81: 		scts:                         true,
		handshake_messages.go#L90: 	scts                             bool
		handshake_messages.go#L158: 	if m.scts {
		handshake_messages.go#L618: 			m.scts = true
		handshake_messages.go#L737: 		scts:                             m.scts,
		handshake_server.go#L275: 	if hs.clientHello.scts {
		handshake_server_tls13.go#L723: 		ch.scts != ch1.scts ||
		handshake_server_tls13.go#L849: 	certMsg.scts = hs.clientHello.scts && len(hs.cert.SignedCertificateTimestamps) > 0
		u_handshake_client.go#L203: 		scts:                         true,
		u_public.go#L414: 			scts:                             chm.Scts,
		u_public.go#L455: 			Scts:                         chm.scts,